
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 760px;
  }
  
  .fullSlide .bd {
    width: 94%;
    height: 760px;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 760px;
    overflow: hidden;
    text-align: center;
    border-bottom-right-radius: 92px;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 760px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 10px;
    height: 10px;
    margin: 0 15px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
    border-radius: 50%;
  }
  
  .fullSlide .hd ul .on {
    background: #3366cc;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    position: absolute;
    z-index: 5;
    right: 4%;
    top: 50%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    position: absolute;
    z-index: 5;
    left: 4%;
    top: 50%;
  }

  .banner_box {
    width: 100%;
    position: relative;
    height: 860px;
    background: #fafafa;
    z-index: 5;
  }


  .banner_box .trait{
    position: absolute;
    z-index: 5;
    right: 1.5%;
    top: 45px;
      font-size: 14px;
      color: #cccccc;
      line-height: 36px;
      writing-mode: tb-rl;
      letter-spacing: 5px;
  }

  .banner_box .sou_box{
      width: 1300px;
      margin: 0 auto;
      height: 100px;
  }

/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
  }
  
  .topxunpan {
    position: relative;
    display: block;
    height: 40px;
    z-index: 5;
    float: left;
    margin-top: 30px;
    width: 420px;
  }
  
  
  .topxunpan .xp {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
  
  
  }
  
  .topxunpan .xp img {
    position: relative;
    top: 0px;
    margin: 0 10px 0 0px;
    vertical-align: middle;
  }
  
  .topxunpan .xp i {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    font-size: 20px;
    color: #3366cc;
  }
  
  .topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #3366cc;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
  }
  
  .topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #3366cc;
  }
  
  .topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }

.banner_box .sou_c{
    float: left;
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 100px;
    background: url(../images/buttom1.png) no-repeat left center;
}

.banner_box .search{
    float: right;
    width: 500px;
    height: 50px;
    border: 1px solid #d2dcf1;
    border-radius: 5px;
    margin-top: 25px;
}

.banner_box .search .search2{
    float: left;
    width: 300px;
    height: 50px;
    background: none;
    font-size: 14px;
    color: #999999;
    padding-left: 20px;

}

.banner_box .search .search_s{
    float: right;
    width: 20px;
    height: 20px;
    margin: 15px 20px 0 0;
} 
  
/* title*/

.title{
    line-height: 60px;

}

.title h3{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;
}

.title h3 a{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.title h3 span{
    font-size: 20px;
    color: #999999;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    margin-right: 10px;
}

.title h3 span i{
    font-size: 60px;
    color: #3366cc;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    display: inline-block;
    line-height: 45px;

}


/* product*/

.product{
    width: 1300px;
    margin: 80px auto 0 auto;
}

.product .pro_t{
    height: 60px;
}

.product .pro_t .title{
    float: left;
}

.product .pro_t .pro_list{
    float: right;
    width: 967px;
    height: 60px;
    background: #fafafa;
}  

.product .pro_t .pro_list ul{
    float: left;
}

.product .pro_t .pro_list ul li {
    float: left;
    line-height: 60px;
    width: 160px;
    margin: 0 15px 0 30px;
}

.product .pro_t .pro_list ul li  a{
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li a i{
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #999999;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    top: -4px;
}

.product .pro_t .pro_list ul li.on a{
    color: #3366cc;

}

.product .pro_t .pro_list ul li.on a i{
    background: #3366cc;

}

.product .pro_t .pro_list .more{
    float: right;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ff7e00;
}

.product .pro_t .pro_list .more a{
    display: block;
    font-size: 12px;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1px;
}

 
.product .pro_box{
    width: 1360px;
    margin: 60px auto 0 auto;
}

.product .pro_box ul li{
    float: left;
    width: 302px;
    margin: 0 34px 24px 0;
}

.product .pro_box ul li .pic {
    width: 300px;
    height: 200px;
    border: 1px solid #fafafa;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box ul li .pic img{
    width: 280px;
    height: 180px;
    margin: 10px;
    border-radius: 5px;
}

.product .pro_box ul li .txt{
    width: 280px;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
} 
 

.product .pro_box ul li .txt a{
    float: left;
    width: 190px;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.product .pro_box ul li .txt span{
    display: block;
    float: right;
    font-size: 12px;
    color: #999999;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}

.product .pro_box ul li.on .pic {
    border: 1px solid #3366cc;
    background: #3366cc;
}

.product .pro_box ul li.on .txt a{
    font-weight: bold;
}



/* banner_1*/

.banner_1{
    width: 100%;
    margin: 40px auto 0 auto;
    background: url(../images/banner_1.jpg) no-repeat  center;
    height: 200px;
  }
  
  .banner_1 .cont{
    width: 1300px;
    margin: 0 auto;
    padding-top: 38px;
    position: relative;
  }

  .banner_1 .cont h5{
      font-size: 20px;
      color: #fff;
      font-weight: bold;

  }

  .banner_1 .cont p{
    font-size: 15px;
    color: #fff;
    opacity: 0.5;
    margin: 10px 0 25px 0;
  }

  .banner_1 .cont .zx{
      width: 148px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      background: #fff url(../images/buttom2.png) no-repeat  center;
      font-size: 14px;
      color: #333333;
      display: block;
  }
 

/* about*/

.ab_bg{
    width: 100%;
    margin: 0px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat  center;
    height: 960px;
  }
  
  .ab_bg .about{
    width: 1300px;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
    height: 575px;

  }

  .ab_bg .about .ab_l{
      width: 800px;
      position: relative;
  }

  .ab_bg .about .ab_l .txt{

  }

  .ab_bg .about .ab_l .txt span{
      display: block;
      font-size: 60px;
      color: #f4f3f4;
      font-family: 'Times New Roman', Times, serif;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 7px;
      line-height: 50px;

  }

  .ab_bg .about .ab_l .txt span i{
    font-size: 60px;
    color: #e8eef8;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-weight: bold;
  }

  .ab_bg .about .ab_l .txt h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-top: 28px;
  }

  .ab_bg .about .ab_l .txt h3 em{
    font-size: 48px;
    color: #3366cc;
    font-weight: bold;
  }

  .ab_bg .about .ab_l .txt p{
    font-size: 15px;
    color: #999999;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    margin-top: 50px;
  }

  .ab_bg .about .ab_l .txt .more{
      display: block;
      float: right;
      font-size: 12px;
      color: #ff7e00;
      font-weight: bold;
      font-family: 'Times New Roman', Times, serif;
      position: relative;
      top: -25px;
  }

  .ab_bg .about .ab_l .ab_list{
      margin-top: 60px;
  }

  .ab_bg .about .ab_l .ab_list ul li{
      float: left;
      line-height: 50px;
      margin-right: 50px;
  }

  .ab_bg .about .ab_l .ab_list ul li a{
      display: block;
      font-size: 20px;
      color: #333333;
  }

  .ab_bg .about .ab_l .ab_list ul li a i{
      display: block;
      float: left;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 10px;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .ab_bg .about .ab_l .ab_list ul li.ab1 a i{
    background: #eeeeee url(../images/ab1.png) no-repeat  center;

  }

  .ab_bg .about .ab_l .ab_list ul li.ab2 a i{
    background: #eeeeee url(../images/ab2.png) no-repeat  center;

  }

  .ab_bg .about .ab_l .ab_list ul li.ab3 a i{
    background: #eeeeee url(../images/ab3.png) no-repeat  center;

  }


  .ab_bg .about .ab_l .ab_list ul li.ab1.on a i{
    background: #ff7e00 url(../images/ab11.png) no-repeat  center;

  }

  .ab_bg .about .ab_l .ab_list ul li.ab2.on a i{
    background: #ff7e00 url(../images/ab22.png) no-repeat  center;

  }

  .ab_bg .about .ab_l .ab_list ul li.ab3.on a i{
    background: #ff7e00 url(../images/ab33.png) no-repeat  center;

  }


  .ab_bg .about .ab_l .ry{
    background: url(../images/ry_bg.png) no-repeat  center;
    width: 234px;
    height: 170px;
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .ab_bg .about .ab_l .ry img{
      width: 208px;
      height: 143px;
      margin: 14px 0 0 12px;

  }

  .ab_bg .fc{
      margin: 10px auto 0 auto;
      width: 1240px;
  }


  .ab_bg .fc .fc_t{
      margin: 0 auto;
      height: 90px;
      line-height: 90px;
      width: 1140px;

  }

  .ab_bg .fc .fc_t h3{
      float: left;
      font-size: 20px;
      color: #333;
      font-weight: bold;

  }

  .ab_bg .fc .fc_t .more{
      display: block;
      float: right;
      font-size: 12px;
      color: #ff7e00;
      font-weight: bold;
      font-family: 'Times New Roman', Times, serif;
  }

  .ab_bg .fc .fc_box{
      margin: 0 auto;
      position: relative;
  } 

  .ab_bg .fc .fc_box .bd{
    width: 1160px;
    margin: 0 auto;
  }

  .ab_bg .fc .fc_box .bd ul li{
      float: left;
      width: 270px;
      margin: 0 10px;
  }

  .ab_bg .fc .fc_box .bd ul li .pic{
    width: 270px;
    height: 180px;
  }

  .ab_bg .fc .fc_box .bd ul li .pic img{
    width: 270px;
    height: 180px;
  }

  .ab_bg .fc .fc_box .bd ul li .txt{
      height: 30px;
      line-height: 30px;
      text-align: center;

  } 

  .ab_bg .fc .fc_box .bd ul li .txt a{
    font-size: 16px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
 
  .ab_bg .fc .fc_box .next{
    position: absolute;
    left: 0px;
    top: 65px;
    background: url(../images/left.jpg) no-repeat  center;
    width: 30px;
    height: 50px;
    cursor: pointer;
  }

  .ab_bg .fc .fc_box .prev{
      position: absolute;
      right: 0px;
      top: 65px;
      background: url(../images/right.jpg) no-repeat  center;
      width: 30px;
      height: 50px;
      cursor: pointer;
  }

  .ab_bg .fc .fc_box .bd ul li:hover .txt a{
      color: #3366cc;
  }

/* case*/

.case{
  width: 1300px;
  margin: 75px auto 0 auto;
}

.case .case_t .title h3 em{
  font-size: 16px;
  color: #999999;
  margin-left: 20px;
}

.case .case_box{
  width: 1300px;
  height: 358px;
  margin: 60px auto 0 auto;
  border: 1px solid #fafafa;
  border-radius: 5px;
  position: relative;
  
}

.case .case_box .bd{
  width: 1300px;
  height: 358px;
}

.case .case_box .bd ul li{
  float: left;
  width: 1300px;
  height: 358px;
}

.case .case_box .bd ul li .pic{
  float: left;
  width: 480px;
  height: 318px;

}

.case .case_box .bd ul li .pic img{
  width: 480px;
  height: 318px;
  margin: 20px 0 0 20px;
}

.case .case_box .bd ul li .txt{
  float: right;
  margin-right: 30px;
  width: 730px;
  margin-top: 20px;
  background: url(../images/buttom3.png) no-repeat right 75px;
} 

.case .case_box .bd ul li .txt span{
  display: block;
  font-size: 48px;
  color: #ff7e00;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  margin-top: 60px;
  line-height: 38px;
  opacity: 0.1;
}

.case .case_box .bd ul li .txt a{
  font-size: 16px;
  color: #3366cc;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: -20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 10px;
}

.case .case_box .hd{
  position: absolute;
  z-index: 5;
  left: 620px;
  top: 260px;
}

.case .case_box .hd ul li{
  float: left;
  border-radius: 50%;
  margin-right: 20px;
  width: 10px;
  height: 10px;
  background: #3366cc;
}

.case .case_box .hd ul li:hover{
  background: #ff7e00;
  
}

.case .case_box .next{
  position: absolute;
  z-index: 5;
  left: 530px;
  top: 230px;
  cursor: pointer;
  width: 72px;
  height: 60px;
  background: url(../images/left1.png) no-repeat  center;
}

.case .case_box .prev{
  position: absolute;
  z-index: 5;
  left: 710px;
  top: 230px;
  cursor: pointer;
  width: 72px;
  height: 60px;
  background: url(../images/right1.png) no-repeat  center;
}

.case .case_show{
  width: 1360px;
  margin: 35px auto 0 auto;
}

.case .case_show ul li{
  float: left;
  width: 300px;
  height: 260px;
  border: 1px solid #fafafa;
  border-radius: 5px;
  margin-right: 35px;
}

.case .case_show ul li .pic{
  width: 260px;
  height: 173px;
  margin: 20px 20px 0 20px;
  overflow: hidden;

}

.case .case_show ul li .pic img{
  width: 260px;
  height: 173px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_show ul li .txt{
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  width: 260px;
} 

.case .case_show ul li .txt h5 a{
  float: left;
  width: 220px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.case .case_show ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/buttom4.png) no-repeat center;
  width: 20px;
  height: 12px;
  margin-top: 24px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_show ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case .case_show ul li:hover .txt h5 a{
  color: #3366cc;
}

.case .case_show ul li:hover .txt .more{
  background: url(../images/buttom3.png) no-repeat center;
}


/* ys*/

.ys_bg{
  width: 100%;
  height: 1335px;
  margin: 80px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  padding-top: 75px;
}

.ys_bg .ys .ys_t h3{
  margin-left: 60px;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 2px;
}

.ys_bg .ys .ys_t i{
  font-size: 36px;
  color: #3366cc;
  font-weight: bold;
}

.ys_bg .ys .ys_box{
  width: 1300px;
  margin: 50px auto 0 auto;
  position: relative;
} 

.ys_bg .ys .ys_box ul li{
  width: 640px;
}

.ys_bg .ys .ys_box ul li h5{
  height: 60px;
}

.ys_bg .ys .ys_box ul li h5 span{
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding-left: 12px;
  text-align: center;
  background: url(../images/buttom8.png) no-repeat center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box ul li h5 b{
  float: left;
}

.ys_bg .ys .ys_box ul li h5 b i{
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box ul li h5 b em{
  display: block;
  font-size: 12px;
  color: #c1c1c1;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.ys_bg .ys .ys_box ul li p{
  font-size: 15px;
  color: #999999;
  line-height: 36px;
  margin-top: 35px;
}


.ys_bg .ys .ys_box ul li.ys1{
  position: absolute;
  left: 60px;
  top: 0px;
}

.ys_bg .ys .ys_box ul li.ys2{
  position: absolute;
  left: 60px;
  top: 260px;
}

.ys_bg .ys .ys_box ul li.ys3{
  position: absolute;
  right: 0px;
  top: 570px;
}

.ys_bg .ys .ys_box ul li.ys4{
  position: absolute;
  right: 0px;
  top: 825px;
}

.ys_bg .ys .ys_box .ys_img1{
  position: absolute;
  right: -200px;
  top: 0px;
}

.ys_bg .ys .ys_box .ys_img1 img{
  width: 756px;
  height: 436px;

}

.ys_bg .ys .ys_box .ys_img2{
  position: absolute;
  left: -20px;
  top: 527px;
}

.ys_bg .ys .ys_box .ys_img2 img{
  width: 642px;
  height: 606px;
  
}

.ys_bg .ys .ys_box .tel{
  position: absolute;
  left: 660px;
  top: 1080px;
  height: 75px;
  line-height: 75px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.ys_bg .ys .ys_box ul li.on h5 span{
  background: url(../images/buttom7.png) no-repeat center;
}

.ys_bg .ys .ys_box ul li.on h5 b i{
  color: #3366cc;
}

/* news*/

.news{
  width: 1300px;
  margin: 78px auto 0 auto;
  height: 792px;
}

.news .news_t{
  width: 1300px;
  margin: 78px auto 0 auto;
  height: 60px;
}

.news .news_t .title{
  float: left;
}

.news .news_t .news_list{
  float: right;
} 

.news .news_t .news_list ul li{
  float: left;
  width: 180px;
  height: 60px;
  line-height: 60px;
  margin-left: 45px;
  position: relative;
  z-index: 5;
  background: #fafafa;

}

.news .news_t .news_list ul li a{
  display: block;
  font-size: 18px;
  color: #333333;
  margin-left: -13px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li a span{
  display: block;
  width: 27px;
  height: 27px;
  margin-top: 16px;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li a i{
  display: block;
  width: 20px;
  height: 2px;
  background: #999999;
  float: left;
  margin: 29px 10px 0 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #3366cc;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.n1 a span{
  background: url(../images/news1.png) no-repeat center;
}

.news .news_t .news_list ul li.n2 a span{
  background: url(../images/news2.png) no-repeat center;
}

.news .news_t .news_list ul li.n3 a span{
  background: url(../images/news3.png) no-repeat center;
}

.news .news_t .news_list ul li.casehover::after{
  width: 100%;
}

.news .news_t .news_list ul li.casehover a{
  color: #fff;

}

.news .news_t .news_list ul li.casehover a span{
  color: #fff;
}

.news .news_t .news_list ul li.casehover a i{
  background: #fff;
}

.news .news_t .news_list ul li.n1.casehover a span{
  background: url(../images/news11.png) no-repeat center;
}

.news .news_t .news_list ul li.n2.casehover a span{
  background: url(../images/news22.png) no-repeat center;
}

.news .news_t .news_list ul li.n3.casehover a span{
  background: url(../images/news33.png) no-repeat center;
}


.news .news_box{
  margin: 60px auto 0 auto;

}

.news .news_box .news_top{
  height: 382px;
}

.news .news_box .news_top .news_l{
  float: left;
  width: 900px;
  height: 380px;
  border: 1px solid #fafafa;
}

.news .news_box .news_top .news_l .news_img{
  float: left;
  width: 480px;
  height: 320px;
  margin: 30px 0 0 30px;
  overflow: hidden;
}

.news .news_box .news_top .news_l .news_img img{
  width: 480px;
  height: 320px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_l .txt{
  float: right;
  width: 330px;
  margin: 70px 30px 0 0;
}

.news .news_box .news_top .news_l .txt span{
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #fff2e5;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
}

.news .news_box .news_top .news_l .txt span i{
  display: block;
  float: right;
  font-size: 12px;
  color: #c1c1c1;
}

.news .news_box .news_top .news_l .txt h5 a{
  font-size: 16px;
  color: #3366cc;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 40px 0 15px 0;
}

.news .news_box .news_top .news_l .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  height: 90px;
  overflow: hidden;

}

.news .news_box .news_top .news_l .txt .more{
  display: block;
  font-size: 12px;
  color: #ff7e00;
  font-family: 'Times New Roman', Times, serif;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_l:hover .txt .more{
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);

}

.news .news_box .news_top .news_r{
  float: right;
  width: 355px;
  height: 380px;
  border: 1px solid #fafafa;
}

.news .news_box .news_top .news_r .news_img{
  width: 295px;
  height: 196px;
  margin: 30px 30px 0 30px;
  overflow: hidden;
}

.news .news_box .news_top .news_r .news_img img{
  width: 295px;
  height: 196px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_r .txt{
  width: 295px;
  margin: 0 auto;
} 

.news .news_box .news_top .news_r .txt a{
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 48px;
}

.news .news_box .news_top .news_r .txt span{
  display: block;
  font-size: 12px;
  color: #c1c1c1;
}

.news .news_box .news_top .news_r .txt p{
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 22px;
}


.news .news_box .news_top .news_r:hover .news_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news .news_box .news_top .news_r:hover .txt a{
  color: #3366cc;
}

.news .news_box .list{
  margin: 0 auto;
  width: 1360px;
}

.news .news_box .list ul li{
  float: left;
  width: 625px;
  height: 95px;
  line-height: 95px;
  border-bottom: 1px solid #fafafa;
  margin-right: 50px;
  position: relative;
}

.news .news_box .list ul li a{
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  padding-left: 22px;
  background: url(../images/buttom5.png) no-repeat left center;
  width: 400px;
}

.news .news_box .list ul li span{
  display: block;
  float: right;
  font-size: 12px;
  color: #999;
}

.news .news_box .list ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background: #3366cc;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .list ul li:hover::after{
  width: 100%;
}

.news .news_box .list ul li:hover a{
  color: #3366cc;
}


/* message*/

.message_bg{
  width: 100%;
  margin: 75px auto 0 auto;
  height: 392px;
  background: #fafafa;
}

.message_bg .message{
  margin: 0 auto;
  width: 1300px;
  padding-top: 75px;
}

.message_bg .message .title{

}

.message_bg .message .title h3 em{
  font-size: 16px;
  color: #999999;
  margin-left: 20px;
}

.message_bg .message .m_nr{
  margin-top: 55px;

}

.message_bg .message .m_nr .form-group1{
  float: left;
  width: 200px;
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.message_bg .message .m_nr .form-group1 input{
  width: 200px;
  height: 50px;
  font-size: 14px;
  color: #999999;
  text-indent: 35px;
  background: url(../images/m1.png) no-repeat 10px center;
}


.message_bg .message .m_nr .form-group2{
  float: left;
  width: 200px;
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  margin: 0 8px;
}

.message_bg .message .m_nr .form-group2 input{
  width: 200px;
  height: 50px;
  font-size: 14px;
  color: #999999;
  text-indent: 35px;
  background: url(../images/m2.png) no-repeat 10px center;
}

.message_bg .message .m_nr .form-group3{
  float: left;
  width: 440px;
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.message_bg .message .m_nr .form-group3 textarea{
  width: 405px;
  height: 35px;
  font-size: 14px;
  color: #999999;
  background: url(../images/m3.png) no-repeat 10px center;
  padding: 15px 0 0 35px;
}

.message_bg .message .m_nr .form-group4{
  float: left;
  width: 300px;
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  margin: 0 0 0 8px;
}

.message_bg .message .m_nr .form-group4 input{
  width: 200px;
  height: 50px;
  font-size: 14px;
  color: #999999;
  text-indent: 35px;
  background: url(../images/m4.png) no-repeat 10px center;
  float: left;
}

.message_bg .message .m_nr .form-group4 .imgcode{
  float: right;
  width: 90px;
  height: 36px;
  margin: 7px 7px 0 0;
}

.message_bg .message .m_nr .anniu{
  float: right;
}

.message_bg .message .m_nr .anniu button{
  cursor: pointer;
  border: none;
  width: 120px;
  height: 50px;
  background: #3366cc;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.message_bg .message .m_nr .anniu button:hover{
  border-radius: 45px;
}

/* links*/

.links{
  width: 1300px;
  margin: 75px auto 0 auto;
}

.links .links_t{
  float: left;
  background: url(../images/links.png) no-repeat left bottom;
  width: 108px;
  height: 45px;
}

.links .links_t i{
  display: block;
  font-size: 16px;
  color: #999;
  padding: 0 0 0 35px;
}

.links .yq{
  float: right;
  width: 1125px;
} 

.links .yq a{
  margin-right: 15px;
  font-size: 16px;
  color: #333;
}

  